github.com/refraction-networking/utls.GenericExtension.Id (field)
7 uses
github.com/refraction-networking/utls (current package)
u_clienthello_json.go#L170: return &GenericExtension{Id: id}
u_conn.go#L535: Id: extensionEncryptedClientHello,
u_conn.go#L554: Id: extensionEncryptedClientHello,
u_tls_extensions.go#L872: Id uint16
u_tls_extensions.go#L889: b[0] = byte(e.Id >> 8)
u_tls_extensions.go#L890: b[1] = byte(e.Id)
u_tls_extensions.go#L910: e.Id = id
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |